home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / freetab.fpl.readme < prev    next >
Text File  |  1995-07-18  |  1KB  |  32 lines

  1. ############################################
  2. File: FreeTab.FPL
  3. Author: Daniel Stenberg
  4. Email: dast@sth.frontec.se, FidoNet 2:201/328
  5. Short description: Lets the user define custom tab stops to move between
  6. Version: 1.0
  7. Date: 1.5.94
  8. Local settings: "freetab"
  9. Global settings:
  10. Keysequence: "shift tab", "tab" and "amiga tab"
  11. Type: function, key
  12. Prereq:
  13. ############################################
  14.  
  15. FUNCTION
  16.  
  17.   This program defines several function that together lets the user define tab
  18. stops and then makes a tab press jump to the next defined tab stop instead of
  19. the standard "tab_with" style stepping. All tab-presses will then insert
  20. spaces intead of "real" tab characters. Otherwise this wouldn't be possible!
  21.  
  22.   Enable the free tabs by setting the local "freetab" setting. "Shift tab"
  23. will add the current column to the list of tab stops. "Amiga tab" will display
  24. all current tab stops in a window. "Tab" will jump to the next tab stop in the
  25. list. (If you have three tab stops at column 5, 22 and 63 and press tab
  26. standing in column 20, two spaces are inserted.)
  27.  
  28. BUGS
  29.   There is currently a maximum of 20 tab stops but no limit check! There
  30. should be no such stupid limit!
  31.   There is also a missing function: removal of tab stop positions!
  32.